home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-08-14 | 728 b | 57 lines | [TEXT/ttxt] |
- // firecracker by JP8080
-
- Resn=10,
-
- Durn=".3",
-
-
- B0="rnd( 2 * PI )", // Random z axis angle
- B1="rnd( 2.6 ) - 1.3", // Random theta angle
-
- B2="100 * BASS2",
-
- B3="B2 * sin( b1 )", // dist from z axis
- B4="B2 * cos( b1 )", // dist from xy plane
-
- B5="B4 * cos( B1 )", // rot around z axis
- B6="B4 * sin( B1 )", // rot around z axis
-
- CamX="B5",
- CamY="B6",
- CamZ="B3 - 50",
-
- CmLX="0",
- CmLY="1",
- CmLZ="0",
-
- CUpX="rnd( 1 )",
- CUpY="rnd( 1 )",
- CUpZ="rnd( 1 )",
-
- R="1 - dt",
- G="1 - (dt * 2)^4",
- B="1 - (dt * 3)^2",
-
- widt=400,heig=400,
-
- ConL=0,ConB=0,
-
- LWdt="1 + 3 * BASS1 ^ 1.5",
-
- Fall=".6",
-
-
- C0="300 * dt",
-
- X="c0 * cos( 6.283185 * s )",
- Y="c0 * sin( 6.283185 * s )",
- Z="0",
-
- Scal="600",
- ScSz=1,
-
- Pers="600",
-
- Vers=30
-
-